SetAsyncCallStackDepthRequest

data class SetAsyncCallStackDepthRequest(maxDepth: Int)

Represents request frame that can be used with Debugger#setAsyncCallStackDepth operation call.

Enables or disables async call stacks tracking.

See also

Constructors

SetAsyncCallStackDepthRequest
Link copied to clipboard
fun SetAsyncCallStackDepthRequest(maxDepth: Int)

Properties

maxDepth
Link copied to clipboard
val maxDepth: Int
Maximum depth of async call stacks.

Sources

jvm source
Link copied to clipboard